home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / WIN / MIDI / MIDIPMM.ZIP / SOURCE.TXT < prev    next >
Encoding:
Text File  |  1992-04-02  |  776 b   |  27 lines

  1.  
  2.  
  3. MIDI Player Source Code Notes:
  4.  
  5. 1.  This code is based on MCI Stringer (MCISTR.ZIP,
  6.     which see).
  7.  
  8. 2.  File Operations stuff is based on the "Cardfile" app
  9.     distributed with VB.
  10.  
  11. 3.  This code illustrates the use of the DoEvents idle
  12.     loop to allow other Windows code to run while a MIDI
  13.     song plays in the background.
  14.  
  15. 4.  Wouldn't it be nice if you could register for a message
  16.     in VB?  That's the way the mciSendString call works in
  17.     c, but I could not figure out a way to do it in VB, hence
  18.     the polling method used here.  It works, but it's
  19.     not pretty...
  20.  
  21. 5.  Please send comments (garlands and/or brickbats) to:
  22.  
  23.     Pete Asensio    CIS 70143,467
  24.  
  25.     or:        Atlantic Microsystems
  26.             110 Fishing Brook Road
  27.             Westbrook, CT 06498